Print dialog: Fix printer icons in HighContrast
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Mar 2015 02:05:37 +0000 (22:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Mar 2015 02:05:37 +0000 (22:05 -0400)
We need to make the cell renderer follow the state,
for recoloring to work.

gtk/ui/gtkprintunixdialog.ui

index fc59750b6c3709b0176dc697c7b965ae46695d0d..abd0bdcd33436918cc54247eb9ee09c00ef47419 100644 (file)
                                 <child>
                                   <object class="GtkTreeViewColumn" id="printer_icon_column">
                                     <child>
-                                      <object class="GtkCellRendererPixbuf" id="printer_icon_renderer"/>
+                                      <object class="GtkCellRendererPixbuf" id="printer_icon_renderer">
+                                        <property name="follow-state">True</property>
+                                      </object>
                                       <attributes>
                                         <attribute name="gicon">0</attribute>
                                       </attributes>